/*کدهای مربوط به منو موبایلی*/
.frontmenu{
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  overflow-x: hidden; 
  transition:all 1s ease-in-out;
left: auto;
right: 0;
/*اسکرول عمودی*/
overflow-y:scroll;
}

/*جمع نشدن متن*/
.frontmenu .elementor-item{
	    text-wrap: nowrap;
}


.frontmenu.active{
        width: 100%;
}

.frontmenu .e-con-inner{
    margin: 0!important;
}